home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / edit.h < prev    next >
C/C++ Source or Header  |  1995-11-01  |  227b  |  11 lines

  1. #ifndef __EDIT_H_
  2. #define __EDIT_H_
  3.  
  4. #include "graphpp.h"
  5. #include "global.h"
  6. #include "drawappl.h"
  7. #include "ljfonts.h"
  8.  
  9. void text_edit1(loc mspos, rect r, ljfont* fnt, int size, int dir, int attr);
  10.  
  11. #endif __EDIT_H_